.home_nav{
    height:1110px;
    background:#f4f3f3;
    position:relative;
    margin-top:80px;
}
.home_nav_carousel{
	height:850px;
	position:relative;
}
.home_nav_carousel_bg{
	height:850px;
    position:relative;
    overflow: hidden;
}
.home_nav_carousel_bg_ul{
	position: absolute;
	top:0;
	left:0;
	width:12000px;
}
.home_nav_carousel_bg_ul>li{
	float:left;
}
.home_nav_carousel_bg_ul>li>img{}
.home_nav_carousel_th{
	width:589px;
	height:123px;
	position:absolute;
	top:125px;
	left:1080px;
	z-index: 3;
}
.home_nav_carousel_cir{
	height:24px;
	position:absolute;
	top:50px;
	right:30px;
	z-index: 3;
}
.home_nav_carousel_cir_th{
	float:left;
	width:24px;
	height:24px;
	margin:0 20px;
	position:relative;
}
.home_nav_carousel_cir_th:hover{
	cursor: pointer;
}
.home_nav_carousel_cir_th>img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.home_nav_carousel_cir_th>img:last-child{
	display:none;
}
.home_nav_carousel_arrow{
	width:86px;
	position: absolute;
	top:330px;
	right:60px;
	z-index: 3;
}
.home_nav_carousel_arrow>div{
	width:86px;
	height:55px;
    background:rgba(255,255,255,0.6);
    margin-bottom: 44px;
}
.home_nav_carousel_arrow>div:hover{
	background-color:#fff;
}
.home_nav_carousel_arrow>div{
    cursor: pointer;
}
.home_nav_carousel_arrow>div>img{
	padding:3px 19px;
}
.home_nav_introduce{
	width:95%;
	height:380px;
    position:absolute;
    top:730px;
    left:2.5%;
    z-index: 3;
}
.home_nav_introduce>div{
	float:left;
}
.home_nav_introduce_aboutUs{
	width:50%;
	height:100%;
	position: relative;
}
.home_nav_introduce_aboutUs_bg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.home_nav_introduce_aboutUs_bg img{
	width: 100%;
}
.home_nav_introduce_aboutUs_th{
    border: 1px solid #f5f5f5;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 25%;
    height: 87%;
    box-sizing: border-box;
	display:none;
	width: 90%;
    margin: 25px 5%;
}
.home_nav_introduce_aboutUs_th2{
    width:300px;
    height:85px;
    line-height:85px;
    color:#fff;
    font-size:22px;
    border:2px solid #fff;
    text-align: center;
    position: absolute;
    bottom:30px;
    left:50%;
	margin-left:-150px;
    z-index: 4;
	background-color: rgba(0,0,0,0.5);
}
.home_nav_introduce_aboutUs_mask{
	width:100%;
	height:100%;
	background-color: rgba(62, 121, 107, 0.79);
    position:absolute;
    top:0;
    left:0;
    z-index: 3;
	display:none;
}
.home_nav_introduce_aboutUs:hover .home_nav_introduce_aboutUs_mask,
.home_nav_introduce_aboutUs:hover .home_nav_introduce_aboutUs_th{
	display:block;
}
.home_nav_introduce_aboutUs:hover .home_nav_introduce_aboutUs_th2{
	display:none;
}
.home_nav_introduce_aboutUs_th_header{
	width:285px;
	height:40px;
	color:#fff;
	font-size:18px;
	text-align: center;
	border-bottom:1px solid #f5f5f5;
	margin:0 auto;
}
.home_nav_introduce_aboutUs_th_words{
	line-height:36px;
	color:#f5f5f5;
	font-size:13px;
	margin-top:18px;
	letter-spacing: 1.5px;
}
.home_nav_introduce_aboutUs_th_a{
	width:224px;
	height:50px;
	line-height:50px;
	color:#f5f5f5;
	font-size:15px;
	letter-spacing: 5px;
	border:1px solid #f5f5f5;
	margin:20px auto 0 ;
	padding-left:60px;
}
.home_nav_introduce_aboutUs_th_a:hover{
	cursor: pointer;
}
.home_nav_introduce_aboutUs_th_a>img{
	vertical-align: middle;
	margin-right:20px;
}

.home_nav_introduce_joinUs{
	width:50%;
	height:100%;
	position: relative;
}
.home_nav_introduce_joinUs_bg{
	position:absolute;height:100%;width:100%;overflow:hidden;
}
.home_nav_introduce_joinUs_bg img{
	height:100%;width:100%;
}
.home_nav_introduce_joinUs_th{
    width: 351px;
    height:85px;
    line-height:85px;
    color:#fff;
    font-size:22px;
    border:2px solid #fff;
    text-align: center;
    position: absolute;
    top:254px;
    left:272px;
    z-index: 4;
}
.home_nav_introduce_joinUs_th:hover{
	cursor:pointer;
}
.home_nav_introduce_joinUs_mask{
	width:351px;
	height:85px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top:256px;
	left:274px;
	z-index: 3;
}
/* 以上为nav部分 */
.home_main{
	height:947px;
}
.home_main_business{
	width:100%;
	height:327px;
}
.home_main_business_header{
	height:137px;
	margin-left:60px;
}
.home_main_business_header_th{
	line-height:137px;
	color:#3e796b;
	font-size:25px;
	font-weight: bold;
	float:left;
}
.home_main_business_header_more{
    float:right;
    color:#333;
    font-size:15px;
    line-height:137px;
    padding-right:67px;
}
.home_main_business_header_more>img{
	width:14px;
	height:14px;
	padding-right:5px;
}
.home_main_business_content{
	width:100%;
	background:#666;
}
.home_main_business_content>ul{
	margin:0;
	overflow:hidden;
}
.home_main_business_content>ul>li{
	width: 12.5%;
    height: 190px;
    background: url(../images/home_s_bg.png);
    border-left: 1px solid #cfcdcd;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.home_main_business_content_li_mask{
	width:100%;
	height:100%;
	display: none;
	background: #000;
	opacity: 0.1; 
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
}
.home_main_business_content>ul>li:hover{
	cursor: pointer;
}
.home_main_business_content>ul>li:last-child{
	border-right:1px solid #cfcdcd;
}
.home_main_business_content_li_img{
	width:64px;
	height:80px;
	margin:40px auto 0;
}
.home_main_business_content_li_img img{ 
	-webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; transition: all 1s;
}
.home_main_business_content>ul>li:hover .home_main_business_content_li_img img {
	transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -moz-transform:rotateY(360deg);color: #0A599D;
}
.home_main_business_content_ul>li:first-child>div>img{
    width:50px;
    height:46px;
    padding:12px 7px 0;
}
.home_main_business_content_ul>li:nth-child(2)>div>img{
	width:42px;
	height:40px;
	padding:17px 12px 0;
}
.home_main_business_content_ul>li:nth-child(3)>div>img{
	width:56px;
	height:56px;
	padding:8px 4px 0;
}
.home_main_business_content_ul>li:nth-child(4)>div>img{
	width:50px;
	height:40px;
	padding:17px 12px 0;
}
.home_main_business_content_ul>li:nth-child(5)>div>img{
	width:40px;
	height:40px;
	padding:18px 12px 4px;
}
.home_main_business_content_ul>li:nth-child(6)>div>img{
	width:42px;
	height:44px;
	padding:17px 10px 0;
}
.home_main_business_content_ul>li:nth-child(7)>div>img{
	width:50px;
	height:50px;
	padding:13px 7px 0;
}
.home_main_business_content_ul>li:last-child>div>img{
	width:44px;
	height:44px;
	padding:18px 10px 0;
}
.home_main_business_content_li_th{
	width:100%;
	color:#fff;
	font-size:14px;
	text-align:center;
}
.home_main_new{
	width:100%;
	height:600px;
	margin-top:27px;
}
.home_main_new_header{
	height:126px;
	margin-left:60px;
}
.home_main_new_header_th{
	line-height:126px;
	color:#3e796b;
	font-size:25px;
	font-weight: bold;
	float:left;
}
.home_main_new_header_more{
	float:right;
    color:#333;
    font-size:15px;
    line-height:126px;
    padding-right:67px;
}
.home_main_new_header_more>img{
	width:14px;
	height:14px;
	padding-right:5px;
}
.home_main_new_content{
	padding:0 60px;
	height:474px;
}
.home_main_new_content>ul{
	overflow:hidden;
}
.home_main_new_content>ul>li{
	width: 24%;
    float: left;
    margin-right: 1%;
}
.home_main_new_content>ul>li:last-child{
	margin-right:0px;
}
.home_main_new_content_li_img{
	width:100%;
	height:240px;
	overflow:hidden;
}
.home_main_new_content_li_img img{
	-webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;
}
.home_main_new_content>ul>li:hover .home_main_new_content_li_img img{
	 -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); 
}


.home_main_new_content_li_img img{
	min-width:100%;
	height:240px;
}
.home_main_new_content_li_th{
	width:100%;
	height:126px;
	overflow: hidden;
}
.home_main_new_content_li_th_header{
	line-height:33px;
	color:#333;
	font-size:16px;	
	padding-left:3px;
	padding-top:10px;
}
.home_main_new_content_li_th_th{
	line-height:28px;
	color:##888;
	font-size:13px;
	padding-left:3px;
}
.home_main_new_content_li_data{
	border-top:1px solid #e5e5e5;
	margin-left:9px;
	color:#333;
	font-size:13px;
	line-height:42px;
}
.home_main_new_content_li_data>img{
	float:right;
}
/* 以上为main部分 */
@media screen and (max-width:1440px){
	.home_nav{height: 810px;}
	.home_nav_carousel{height: 550px;}
	.home_nav_carousel_bg{height: 550px;}
	.home_nav_carousel_bg_ul>li>img{height:550px;}
	.home_nav_introduce{top: 430px;}
	.home_nav_carousel_arrow{top: 180px;}
	
	.home_main_business_content>ul>li{height:180px;}
	.home_main_business_content_li_img{margin: 30px auto 0;}
	.home_main_new_content_li_img{height: 170px;}
}